Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
date_default_timezone_set
date_default_timezone_set
Set the default time zone used by all date/time functions in the script
Name:
date_default_timezone_set
Category:
Date and time
Programming Language:
php
One-line Description:
Sets the default time zone used by all Date/Time functions.
Related
How to Achieve the Best Results by Combining date_default_timezone_set and ini_set for Timezone Settings?
3
Similar Functions
strftime
strftime
Formatlocaltime/date
date_interval_format
date_interval_format
AliasforDateInterv
date_create
date_create
DateTime::__construc
date_sunset
date_sunset
Returnsthesunsettime
strptime
strptime
parsethetime/dategen
date_sunrise
date_sunrise
Returnsthesunrisetim
idate
idate
Formatlocaltime/date
date_date_set
date_date_set
DateTime::setDateali
Popular Articles
How to Achieve the Best Results by Combining date_default_timezone_set and ini_set for Timezone Settings?